home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 010a / bigsrch4.zip / BIGSRCH.DOC < prev   
Text File  |  1991-12-03  |  3KB  |  81 lines

  1.       Introduction.
  2.       -------------
  3.  
  4.           This is pretty simply utility that addresses a problem that I was
  5.       having with my board.  That was that there were time that the free 
  6.       space on my hard drive diminshed and I wanted to know where it went.
  7.       So I wrote this utility to find all the big files on my system.
  8.  
  9.  
  10.       Distribution.
  11.       -------------
  12.  
  13.           Bigsrch  is  published as  freeware, that is, you are free to use
  14.       it and distribute it as long as you do not charge for it.  No fees of
  15.       any sort  are authorized  to be  asked for, accepted or collected and
  16.       any and all alterations  are  expressly  prohibited.    There  are no
  17.       warranties  of  any  sort,  expressed or implied, that accompany this
  18.       program.   Use at your own risk.   Sorry.
  19.  
  20.  
  21.       Command line parameters.
  22.       ------------------------
  23.  
  24.           The program takes two  command  line  arguments.   The  first  is
  25.       mandatory and the second  is  optional.   A sample command looks like
  26.       this:
  27.  
  28.              BIGSRCH 100000 Y:\MSG
  29.  
  30.              BIGSRCH 10k
  31.  
  32.  
  33.       The above commands, explained.
  34.       -----------------------------
  35.  
  36.           The second parameter is the minimum size of the file  (in bytes).
  37.       This value may also end with a  'k' or 'm'  (upper or lower case)  to
  38.       denote kilobytes or megabytes.   The  third  option  parameter is for
  39.       specifing a drive and/or  pathname.   If  only a drive is entered (no
  40.       backslashes)  then  the  program assumes that you are starting at the
  41.       root of the drive specified.  Any back slash is assumed to imply that
  42.       a path has  been  specified.    Searching  will  begin  at  the  path
  43.       specified and work downward on the directory tree.
  44.  
  45.  
  46.           This is  about it.  If it works for you - great!  If not, drop me
  47.       a line via the InterLink Sysop echo or on my system!
  48.  
  49.  
  50.       Bruce Ackerson
  51.       The Redundant Department of Redundancy Department
  52.       (801) 272-7057
  53.  
  54.  
  55.  
  56.  
  57.  
  58.       Revision notes.
  59.       ---------------
  60.  
  61.           I am hoping that this meets the needs of anyone else who uses it.
  62.       However I will keep a revision list just in  case  someone  comes  up
  63.       with some additions or corrections (let's hope not).
  64.  
  65.       v1.0     Feb  5, 91     First release.
  66.  
  67.       v1.1     Feb  6, 91     Made a small mistake in the syntax error
  68.                               message.
  69.  
  70.       v1.2     Feb  7, 91     Added support for 'k' and 'm' suffix after
  71.                               the file size to enhance ease of use.  Also
  72.                               added commas in the output for ease of
  73.                               reading.
  74.  
  75.       v1.3     Feb 11, 91     Ah the trials and tribulations.  A corrupt
  76.                               compiler library got me this time.  Hopefully
  77.                               all is fixed.  Also we are back to a smaller
  78.                               COM file instead of an EXE file.
  79.  
  80.       v1.4     Nov 24, 91     Cleaned up the output. Now much easier to read.
  81.